net/http.http2serverConn.writingFrame (field)
7 uses
net/http (current package)
h2_bundle.go#L4245: writingFrame bool // started writing a frame (on serve goroutine or separate)
h2_bundle.go#L4650: sentGoAway := sc.inGoAway && !sc.needToSendGoAway && !sc.writingFrame
h2_bundle.go#L4866: if sc.writingFrame {
h2_bundle.go#L4895: sc.writingFrame = true
h2_bundle.go#L4916: if !sc.writingFrame {
h2_bundle.go#L4919: sc.writingFrame = false
h2_bundle.go#L4980: if sc.writingFrame || sc.inFrameScheduleLoop {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)